html{
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
    font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #000; 
}
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
.common_alert{
    top: 10%;
    position: fixed;
    z-index: 99999;
    width: 100%;
}
.text-white{
    color: #fff;
}
#dibu3{
    background-color: #1a1a1a;
    line-height: 31px;
    color: #6b6b6b;
}
.red{
    color: #ed4e2a !important;
}
.text-gray{
    color: #999999
}
.text-red{
    color: #920910;
}
.text-indent{
    text-indent: 2em;
}
.common_alert{
    top: 10%;
    position: fixed;
    z-index: 99999;
    width: 100%;
}
#se_right1{
    margin-top: 12px;
}
#text2{
    margin-top: -2px;
}
.orange{
    padding: 30px 0 50px 0;
}
.orange>img{
    color: #ffcc00;
    margin-left: 10px;
    padding: 20px 0 0 0;
}
.ponline{
    display: inline-block;
    padding-left: 5px;
    color: #ffcc00;
}
.h3phone{
    color: #0391ff;
    margin-top: -14px;
    margin-left: 59px;
    font-size: 18px;
}
a{
    color: #000;
}
a, a:hover, a:visited{
    text-decoration: none;
}
a:hover{
    color: #337ab7;
}
.container-fluid {
    width: 100%;
    padding: 0;
    background-color: #0391ff;
}
.container-fluid .row{
    margin: 0;
}
.container>.navbar-collapse{
    margin-right: -15px;
}
/*单选和多选*/
.radio,
.checkbox,
.t_radio{
    margin-top: 0;
    padding: 10px 10px 10px 40px !important;
    position: relative;
}
.radio input[type="radio"],
.t_radio input[type="radio"],
.checkbox input[type="checkbox"]{
    opacity:1;
    position: absolute;
    left: 8px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    outline: 0;
    background:url("../images/start_heart.png") no-repeat;
    -webkit-background-size: 90px 180px;
    -moz-background-size: 90px 180px;
    -o-background-size: 90px 180px;
    background-size: 90px 180px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
}
.t_radio input[type="radio"]{
    background:url("../images/radio.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.t_radio input[type="radio"]:checked{
    background:url("../images/radio_check.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.radio input[type="radio"]:checked{
    background-position: -30px 0
}
.checkbox input[type="checkbox"]{
    background-position: 0 -30px
}
.checkbox input[type="checkbox"]:checked{
    background-position: -30px -30px
}
/*head*/
.navbar-toggle{
    border-color: #920910;
    margin-top: 20px;
}
.navbar-toggle .icon-bar{
    background: #920910
}
.navbar-nav{
    margin-top: 10px;
    float: right;
    position: relative;
    margin-right: -20px;
}
.navbar-nav>li>a{
    line-height: 35px;
    color: white;
    padding: 0 20px;
}
.navbar-nav>li>a:hover,
.navbar-nav>li.active>a{
    background-color: transparent;
    background-image:url(../images/arrow.png);
    background-position:center bottom;
    background-repeat: no-repeat;
    color: #ffcc00;
}
.navbar-nav>li:hover .dropdown-menu{
    display: block;
}
.navbar-nav2 .dropdown-menu>li>a{
    color:#fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu>li>a:hover{
    color: #ffcc00;
}
.login_btn{
    position: absolute;
    right: 20px;
    top: -20px
}
.swiper-pagination-bullet{
    background: #fff;
    opacity:1;
}
.swiper-pagination-bullet-active{
    background: #000;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 30px;
}
footer{
    background: #3d3d3d;
    color: #afafaf;
    padding-top:30px;
}
.navbar-nav>li>.dropdown-menu{
    text-align: center;
    margin: unset;
    padding: unset;
    border: unset;
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background: #0391ff;
}
.footer_logo{
    text-align: center;
    border-right: 1px solid #fff;
    padding: 20px;
}
.f_line{
    border-bottom:1px solid #fff;
    margin-top: 30px;
    margin-left: -30%;
}
.footer_logo img{
    height: 140px;
    margin-top: 30px;
}
.link_title{
    color: #e2e1e0;
    line-height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dad9d7;
    position: relative;
}
.link_title:after{
    content:' ';
    width: 40%;
    bottom:-4px;
    position: absolute;
    left: 0;
    background: #f5f5f4;
    height: 3px;
}
.link_content{
    margin-left: 30px;
}
.link_content .fa{
    background: #fff;
    border-radius: 80px;
    line-height: 18px;
    width: 18px;
    font-size: 10px;
    margin-bottom: -5px;
}
.footer_copy{
    border-top:1px solid #9e9990;
    padding-top: 10px;
    margin-top: 30px
}
footer .form-control{
    background: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 0;
}
footer .form-group label{
    color: #fff;
    font-weight: normal;
}
footer .btn-default{
    background: transparent;
    border-color: #fff;
    color: #fff;
    padding: 5px 30px;
    font-size: 12px;
    border-radius: 0;
}
.margin-top30{
    margin-top: 30px;
}
.margin-bottom30{
    margin-bottom: 30px;
}
.middle_title{
    background-image: url('../images/line.jpg');
    background-repeat: repeat-x;
    background-position:center 50px;
    background-size: auto 1.5px;
}
.middle_title .middle_content{
    background: #fff;
    display: inline-block;
    padding:0 20px 10px;
    position: relative;
}
.middle_title .middle_content h4{
    color: #920910
}
.middle_title .middle_content p:after{
    position: absolute;
    content: " ";
    width: 50%;
    left: 25%;
    bottom: 0;
    border-bottom: 2px solid #920910;
}
.index_new{
    position: relative;
    display: block;
    text-decoration: none;
    padding-right: 10px;
}
.index_new .new_date{
    position: absolute;
    bottom: 20px;
    right: 0px;
    background: rgba(146,9,16,0.7);
    border:3px solid #fff;
    padding: 15px 5px;
    color: #fff;
}
.base_title{
    color: #920910;
    border-bottom: 1px solid #920910;
    position: relative;
    line-height: 35px;
}
.base_title:before{
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 60px;
    border-bottom: 3px solid #920910;
}   
.base_title img{
    margin-top: 13px;
}
.index_zhan{
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
    position: relative;
}
.index_zhan img{
    border:2px solid #920910;
    border-radius: 15px;
}
.index_zhan .zhan_content{
    display: none;
    border-radius: 15px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    
    bottom: 0;
}
.index_zhan .zhan_content p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
     overflow: hidden;
}
.index_zhan:hover .zhan_content{
   display: block;
}
.index_more{
    width: 50%;
    color: #920910;
    border-bottom:2px solid #920910;
}
.index_more a{
    color: #920910;
}
.index_fuchi{
    padding: 15px;
    border:1px solid #920910;
    min-height: 260px;
    margin-bottom: 20px;
}
.index_luntan{
    padding: 20px 0;
}
.index_luntan .middle_content{
    background: #fff5f9;
}
.index_lunbox{
    border:1px solid #920910;
    padding: 15px 15px 0;
    display: block;
    margin-bottom: 20px;
}
.index_partner{
    margin: 0;
}
.index_partner li{
    float: left;
    list-style: none;
    margin: 15px
}
.index_chuang_img{
    background-image: url('../images/index_chuang_bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px;
}
.list_nav{
    border-bottom: 1px solid #aaaaaa;
}
.list_nav ul{
    padding: 0;
    margin: 0;
}
.list_nav ul li{
    display: inline-block;
    list-style: none;
    margin-bottom: -5px;  
}
.list_nav ul li img{
    height: 40px;
    margin-bottom: 5px;
}
.list_nav ul li a{
    margin-top: 10px;
    padding:0 10px;
    line-height: 30px;
    display: block;
    border-bottom: 3px solid transparent
}
.list_nav ul li a:hover,
.list_nav ul li.active a{
    color: #920910;
    border-bottom-color:  #920910;
}
.zhan_box{
    border-left:4px solid #920910;
    background: #000;
    color: #fff;
    position: relative;
    margin-right: 100px;
    margin-bottom: 40px;
    padding:20px 130px 20px 20px;
    min-height: 300px;
}
.zhan_box .thumb{
    position: absolute;
    right: -100px;
    top: 50%;
    margin-top: -100px;
    height: 200px;
    width: 200px;
    overflow: hidden;
}
.zhan_box .more{
    position: absolute;
    bottom: -15px;
    font-size: 20px;
    font-family: '宋体';
    font-weight: bold;
    background: #920910;
    padding: 5px 20px;
    left: 20%;
    color: #fff;
}
.page {
    margin: 10px 0;
    *zoom: 1;
    display: inline-block;
}
.page:before,
.page:after {
    display: table;
    content: "";
}
.page:after {
    clear:both;
}
.page a,
.page span {
    float: left;
    margin-left: -1px;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
    color: #000;
    border: 1px solid #d2d2d2;
    margin: 5px;
}
.page a:hover
 {
    text-decoration: none;
    background-color: #eeeeee;
}
.page .current {
    background: #eeeeee;
}
.page .next,
.page .prev {
    font-family: "宋体";
    font-weight: bold;
}
.se-left2 .fa{
    padding-right: 20px;
}
.se-left2{
    background: #0391ff;
    width: 255px;
    height: 75px;
    line-height: 75px;
    padding-left: 20px;
    border-radius: 10px;
    color: white;
}
.se-left3 {
    background :#ffffff;
}
.se-left3 li a {
    color: #959494;
    display: block;
    padding: 12px 21px;
    border-bottom: 1px solid #ececec;
}
.se-left4{
    background: #0391ff;
    width: 255px;
    height: 40px;
    line-height: 40px;
    color:white;
    text-align: center;
}
.se-left3 li a:hover{
    color:#0391ff;
}
.about_box{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.about_box li{
    list-style: none;
    border:1px solid #cccccc;
    padding: 10px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    min-height: 334px;
    width: 202px;
}
.btn-danger{
    background: transparent;
    border:1px solid #920910;
    border-radius: 0;
    color: #920910;
    padding: 5px 20px;
}
#share_content .bdsharebuttonbox a{
    display: inline-block;
    height: 24px;
    width: 24px;
    float: none;
    margin: 0;
    margin-right: 10px;
}
#share_content .bdshare-button-style0-24:after{
    display: none;
}
#share_content .bdsharebuttonbox .bds_tieba{
    background-position: 0,0;
    background-image: url(../images/tie.png);
}
#share_content .bdsharebuttonbox .bds_douban{
    background-position: 0,0;
    background-image: url(../images/dou.png);
}
#share_content .bdsharebuttonbox .bds_twi{
    background-position: 0,0;
    background-image: url(../images/tui.png);
}
#share_content .bdsharebuttonbox .bds_fbook{
    background-position: 0,0;
    background-image: url(../images/face.png);
}
#share_content .bdsharebuttonbox .bds_tsina{
    background-position: 0,0;
    background-image: url(../images/weibo.png);
}
.form-control{
    border-radius: 0;
    line-height: 40px;
}
.uploadify-button {
    color: #920910;
    text-align: center;
    border:1px solid #920910;
}
.banner_address{
    padding: 20px;
        height: 170px;
        overflow: hidden;
}
.banner_address h4{
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2
}
@media (max-width: 586px) {
    .dropdown-menu{
        float: none;
        position: static;
    }
    .dropdown-menu li{
        text-align: center;
    }
    .navbar-nav{
        margin-right: 0;
    }
    .navbar-nav>li>a{
        padding: 0;
    }
    .navbar-nav{
        float: none;
    }
    .zhan_box .thumb{
        position: relative;
        width: auto;
        height: auto;
        margin-top: 0;
        right: 0;
        top: 0;
    }
    .zhan_box{
        padding-right: 20px;
        margin-right: 0;
    }
    .banner_address{
        position: static;
        width: 100%;
        height: auto;
    }
    .banner_dianying{
        position: static;
        width: 100%;
        height: auto;
    }
}
.img_show_wrap{
    position: relative;
}
.img_show_wrap>div:nth-of-type(2){
    position: absolute;
    top:113px ;
    left: 161px;
}
.img_show_wrap>div:nth-of-type(3){
    position: absolute;
    top:113px;
    left:478px;
}
.img_show_wrap>div:nth-of-type(4){
    position: absolute;
    top:113px;
    left: 797px;
}
.img_show_wrap>div:nth-of-type(5){
    position: absolute;
    top: 274px;
    left: 321px;
}
.img_show_wrap>div:nth-of-type(6){
    position: absolute;
    top: 274px;
    left: 638px;
}
.img_show_wrap>div:nth-of-type(7){
    position: absolute;
    top: 435px;
    left: 158px;
}
.img_show_wrap>div:nth-of-type(8){
    position: absolute;
    top: 435px;
    left: 478px;
}
.img_show_wrap>div:nth-of-type(9){
    position: absolute;
    top: 435px;
    left: 800px;
}
.img_wrap_show2{
    position: relative;
    min-height: 620px;
}
.img_wrap_show2 div:nth-of-type(2){
    position: absolute;
    top: 100px;
    left: 96px;
}
.img_wrap_show2 div:nth-of-type(3){
    position: absolute;
    top: 100px;
    left: 336px;
}
.img_wrap_show2 div:nth-of-type(4){
    position: absolute;
    top: 100px;
    left: 577px;
}
.img_wrap_show2 div:nth-of-type(5){
    position: absolute;
       top: 100px;
    left: 817px;
}
.img_wrap_show2 div:nth-of-type(6){
        position: absolute;
    top: 300px;
    left: 211px;
}
.img_wrap_show2 div:nth-of-type(7){
    position: absolute;
    top: 300px;
    left: 454px;
}
.img_wrap_show2 div:nth-of-type(8){
        position: absolute;
    top: 300px;
    left: 701px;
}
.index_news{
    padding: 0;
    margin-left: 10px;
}
.index_news li{
    border-bottom: 1px dashed #d2d2d2
}
/*浮动客服*/
#floatDivBoxs{width:155px;background:#F0F9FF;position:fixed;top:150px;right:0px;z-index:999;border:4px solid #9CD0FA;border-radius: 5px;}
#floatDivBoxs .floatDtt{width:100%;height:35px;line-height:35px; background:#ff9d4d;color:#fff;font-size:14px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 8px;list-style: none;}
#floatDivBoxs .floatDqq li{height:35px;line-height:35px;font-size:12px; text-align: left;}
#floatDivBoxs .floatDqq li img{ float:right;margin-top: 7px;}
#floatDivBoxs .floatDtxt{font-size:14px;color:#333;padding:5px 14px;border-top:1px solid #C4E9FE;}
#floatDivBoxs .floatDtel{padding:0 0 10px 10px;}
#floatDivBoxs .floatImg{text-align:center;padding:10px;background:#EBEBEB;}
#floatDivBoxs .floatImg img{ margin-bottom:5px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(../images/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#F0F9FF;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:150px;right:0;z-index:999;}
#rightArrow a{display:block;height:45px;}
#floatDivBoxs .floatDtel p{font-size: 12px;color: #666;margin-bottom: 0;text-align: center;}
.hfour{
    width: 300px !important;
}
#product_result{
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 20px;
}
#product_result a{
    display: block;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    color: rgb(228, 109, 10);
    padding: 5px 0;

}
#product_result .fa-times{
    font-weight: normal;
    margin-top: -15px;
}

.links{
    margin: 15px 0;
    font-size: 16px;
}
.links>span{
    margin: 0 20px;
}
.links>span>a{
    color: #afafaf;
}
.links>span>a:hover{
    color: #286090;
}
.qr_code{
    position: relative;
}
.qr_code .qr_code_img{
    position: absolute;
    top: 100%;
    display: none;
    z-index: 999
}
.qr_code:hover .qr_code_img{
    display: block;
}